diff options
author | Ted Gould <ted@gould.cx> | 2009-12-09 12:11:01 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-09 12:11:01 -0600 |
commit | ecd7cd9eaece64e278d3386a9f03a98b4901401b (patch) | |
tree | 0c42a58c91871efbb1039437e7dcee34c68d4b21 /src | |
parent | bae74eff1707ab9abac1f6122506ff1b7cc20098 (diff) | |
download | ayatana-indicator-application-ecd7cd9eaece64e278d3386a9f03a98b4901401b.tar.gz ayatana-indicator-application-ecd7cd9eaece64e278d3386a9f03a98b4901401b.tar.bz2 ayatana-indicator-application-ecd7cd9eaece64e278d3386a9f03a98b4901401b.zip |
Adding a directory name on the distribution of the .pc.in file
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f1878a4..ee4b7a7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ CLEANFILES = DISTCLEANFILES = BUILT_SOURCES = -EXTRA_DIST = appindicator-0.1.pc.in +EXTRA_DIST = libappindicator/appindicator-0.1.pc.in include $(top_srcdir)/Makefile.am.enum include $(top_srcdir)/Makefile.am.marshal |