diff options
author | rbuj <[email protected]> | 2019-04-04 10:56:55 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-04-12 08:40:35 +0200 |
commit | a344e2b0f7e9101dc82c2e2cfcf219772a497822 (patch) | |
tree | 63d44ae6ae143c44b6ce5cbc52bf630c08bf4045 /configure.ac | |
parent | 520e339ba66f65bbeaa731875d8b41fbb287953c (diff) | |
download | engrampa-a344e2b0f7e9101dc82c2e2cfcf219772a497822.tar.bz2 engrampa-a344e2b0f7e9101dc82c2e2cfcf219772a497822.tar.xz |
Use the Automake variable nobase_dist_icons_DATA
nobase_dist_icons_DATA:
nobase: It tells that the files have same directory
structure as the installed on system
dist: It tells that the files should be included in the
distribution tarball
icons: It tells where to install the files
DATA: It tells that they are data files, and they do
not need to be compiled
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 926b3e9..23953b6 100644 --- a/configure.ac +++ b/configure.ac @@ -209,18 +209,6 @@ AC_CONFIG_FILES([Makefile data/engrampa.desktop.in data/org.mate.engrampa.gschema.xml data/icons/Makefile - data/icons/16x16/Makefile - data/icons/16x16/actions/Makefile - data/icons/16x16/apps/Makefile - data/icons/22x22/Makefile - data/icons/22x22/apps/Makefile - data/icons/24x24/Makefile - data/icons/24x24/actions/Makefile - data/icons/24x24/apps/Makefile - data/icons/32x32/Makefile - data/icons/32x32/apps/Makefile - data/icons/scalable/Makefile - data/icons/scalable/apps/Makefile copy-n-paste/Makefile src/Makefile src/commands/Makefile |