diff options
author | Ted Gould <ted@gould.cx> | 2011-09-16 13:32:21 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-16 13:32:21 -0500 |
commit | 90cb6637cf6cbc55837ff17fe336636cf2f8fd23 (patch) | |
tree | f44d7f8ffce15f2dbaf8a4a209ba181d316b6341 /Makefile.am | |
parent | 08a590ace9373af704afc48811d65f44cc606c28 (diff) | |
parent | c9394c71e5520deb4a26831d128a243b41ceae94 (diff) | |
download | ayatana-ido-90cb6637cf6cbc55837ff17fe336636cf2f8fd23.tar.gz ayatana-ido-90cb6637cf6cbc55837ff17fe336636cf2f8fd23.tar.bz2 ayatana-ido-90cb6637cf6cbc55837ff17fe336636cf2f8fd23.zip |
Update Autotools and remove Shave
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 68fd066..30a0adc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,16 @@ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + if USE_GTK3 VER=3 else VER= endif -ACLOCAL_AMFLAGS = -I build/autotools - V = @ Q = $(V:1=) QUIET_GEN = $(Q:@=@echo ' GEN '$@;) -SUBDIRS = build src example +SUBDIRS = src example %-0.1.pc: %.pc $(QUIET_GEN) cp -f $< $@ |