diff options
author | Ted Gould <ted@gould.cx> | 2011-07-11 16:06:10 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-11 16:06:10 -0500 |
commit | 0c3a68569683c34c08ae9bf8183bcd360c175fb7 (patch) | |
tree | 5bf8b7868567576e2580c5655360b019f0ca131c | |
parent | ee271867c1390ff9438158a3b88387432cd24f37 (diff) | |
download | libayatana-indicator-0c3a68569683c34c08ae9bf8183bcd360c175fb7.tar.gz libayatana-indicator-0c3a68569683c34c08ae9bf8183bcd360c175fb7.tar.bz2 libayatana-indicator-0c3a68569683c34c08ae9bf8183bcd360c175fb7.zip |
Add the PC file instead of replace it
-rw-r--r-- | libindicator/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/Makefile.am b/libindicator/Makefile.am index 4433655..f9fb011 100644 --- a/libindicator/Makefile.am +++ b/libindicator/Makefile.am @@ -22,7 +22,7 @@ INDICATOR_API_VERSION = 4 -e "s|\@indicator_abi_version\@|$(INDICATOR_ABI_VERSION)|" \ $< > $@ -CLEANFILES = indicator$(VER)-0.$(INDICATOR_API_VERSION).pc +CLEANFILES += indicator$(VER)-0.$(INDICATOR_API_VERSION).pc include $(top_srcdir)/Makefile.am.marshal |