You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
467 B
26 lines
467 B
## Process this file with automake to produce Makefile.in
|
|
|
|
ALL_SUBDIRS = \
|
|
include \
|
|
po \
|
|
src \
|
|
backend \
|
|
plugin \
|
|
metadata \
|
|
config
|
|
|
|
SUBDIRS = $(ALL_SUBDIRS)
|
|
|
|
EXTRA_DIST = \
|
|
VERSION \
|
|
COPYING \
|
|
libcompizconfig.pc.in
|
|
|
|
clean:
|
|
for sdir in $(SUBDIRS) ; do \
|
|
cd $$sdir; make clean; cd .. ; \
|
|
done
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libcompizconfig.pc
|