diff options
author | Ted Gould <ted@gould.cx> | 2011-07-05 14:58:15 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-05 14:58:15 -0500 |
commit | f3dc285322d67289770bdc38427a3b48895a335e (patch) | |
tree | ba405ec848bf432c84ffaae36abf097457efa681 /libindicator/Makefile.am | |
parent | 5a535d109e640256aa86ce7bb16d458ef1f60890 (diff) | |
download | libayatana-indicator-f3dc285322d67289770bdc38427a3b48895a335e.tar.gz libayatana-indicator-f3dc285322d67289770bdc38427a3b48895a335e.tar.bz2 libayatana-indicator-f3dc285322d67289770bdc38427a3b48895a335e.zip |
Adding another level of .in for the pc files.
Diffstat (limited to 'libindicator/Makefile.am')
-rw-r--r-- | libindicator/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libindicator/Makefile.am b/libindicator/Makefile.am index d63f841..bb60d5c 100644 --- a/libindicator/Makefile.am +++ b/libindicator/Makefile.am @@ -10,8 +10,11 @@ BUILT_SOURCES = indicator-object-enum-types.h indicator-object-enum-types.c CLEANFILES = DISTCLEANFILES = EXTRA_DIST = \ - indicator3.pc.in \ - indicator.pc.in + indicator3.pc.in.in \ + indicator.pc.in.in + +%.pc: %.pc.in + cp $< $@ include $(top_srcdir)/Makefile.am.marshal |