diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 20:46:41 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 20:46:41 -0600 |
commit | 99189aa38be57d8cb496b35b957655fc4bf0cdf2 (patch) | |
tree | 154f8f389712b21390f3b2365db91a82746d39e8 | |
parent | e5b56ecf9a05381c8ba725f53f064c2c8569ea8f (diff) | |
download | libayatana-appindicator-99189aa38be57d8cb496b35b957655fc4bf0cdf2.tar.gz libayatana-appindicator-99189aa38be57d8cb496b35b957655fc4bf0cdf2.tar.bz2 libayatana-appindicator-99189aa38be57d8cb496b35b957655fc4bf0cdf2.zip |
Making sure to pick up both metadata files in dist.
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f83a6c4..546971f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,7 +14,8 @@ BUILT_SOURCES = EXTRA_DIST = \ appindicator-0.1.pc.in \ appindicator3-0.1.pc.in \ - AppIndicator$(VER)-0.1.metadata.in + AppIndicator-0.1.metadata.in \ + AppIndicator3-0.1.metadata.in include $(top_srcdir)/Makefile.am.enum include $(top_srcdir)/Makefile.am.marshal |