diff options
author | Florian Müllner <fmuellner@gnome.org> | 2017-02-15 23:37:21 +0100 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2017-02-15 23:54:07 +0100 |
commit | 827db6f7c749f053d7a8efba6e556652b631d4ff (patch) | |
tree | 8bf08bc1b5f8c52d9b5f7a1c7745464aa1196e1e /cogl | |
parent | 91c6a144da53aab49816f4781dfab6e91e248358 (diff) | |
download | mutter-827db6f7c749f053d7a8efba6e556652b631d4ff.tar.gz |
build: Clean up .pc files
Diffstat (limited to 'cogl')
-rw-r--r-- | cogl/cogl-gles2/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cogl/cogl-gles2/Makefile.am b/cogl/cogl-gles2/Makefile.am index f7adf43ca..294228d7a 100644 --- a/cogl/cogl-gles2/Makefile.am +++ b/cogl/cogl-gles2/Makefile.am @@ -2,6 +2,8 @@ NULL = +DISTCLEANFILES = + mutterlibdir = $(libdir)/mutter mutterlib_LTLIBRARIES = libmutter-cogl-gles2-@LIBMUTTER_API_VERSION@.la @@ -29,3 +31,5 @@ pc_files = mutter-cogl-gles2-$(LIBMUTTER_API_VERSION).pc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = $(pc_files) + +DISTCLEANFILES += $(pc_files) |