diff options
author | Ross Burton <ross@linux.intel.com> | 2010-04-15 11:43:09 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2010-04-15 11:43:09 +0100 |
commit | 2200871524d6e89abe7139222d9e467cec2cd184 (patch) | |
tree | 72994ee4a9e2c483acb9bfdcf722a608935f815a /Makefile.am | |
parent | 538eae66b783414f2ab2b5e797214d47f70e6dc5 (diff) |
Clean pkgconfig files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 13d13a7..f814f25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,8 @@ SUBDIRS = rest rest-extras examples docs tests pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = rest-$(API_VERSION).pc rest-extras-$(API_VERSION).pc +CLEANFILES = $(pkgconfig_DATA) + DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc ACLOCAL_AMFLAGS = -I . |