diff options
author | raveit65 <[email protected]> | 2015-10-04 19:52:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-10-04 19:52:22 +0200 |
commit | 991fd3cf7767d31105c6d6eab2b31946b7f1fd13 (patch) | |
tree | a09b59ada2dd92e00fbbc2d3d970189d3a7f253c /Makefile.am | |
parent | ab2ee2c62869c780a366a0920a32848a7e507ca3 (diff) | |
download | mate-icon-theme-991fd3cf7767d31105c6d6eab2b31946b7f1fd13.tar.bz2 mate-icon-theme-991fd3cf7767d31105c6d6eab2b31946b7f1fd13.tar.xz |
remove pkgconfig file
- no need of it after the dependency is removed
- from other mate packages
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 4d39482..a6554aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,12 +89,8 @@ install-data-local: touch $(DESTDIR)$(themedir); \ fi -pkgconfigdir = $(datadir)/pkgconfig -pkgconfig_DATA = mate-icon-theme.pc - EXTRA_DIST = \ autogen.sh \ - mate-icon-theme.pc.in \ mate \ menta \ $(theme_in_files) |