diff options
author | Ian McIntosh <ian_mcintosh@linuxadvocate.org> | 2005-02-23 11:22:06 +0000 |
---|---|---|
committer | Ian McIntosh <ian_mcintosh@linuxadvocate.org> | 2005-02-23 11:22:06 +0000 |
commit | 89b41c2a11fa45e54bd09ab8dbac62094bb167b1 (patch) | |
tree | 4018ae6fb8a38f34f3a7100cb425e6ad1476b196 /pixmaps | |
parent | 2ca95ae55fa1f5476cb4c63d19fa670c27a17d42 (diff) |
Major build file cleanup by Nathan Fredrickson <nathan@silverorange.com>
All header files moved into src/
Check for mysql and gpsd.
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index 85d8c80..9c436bf 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -1,12 +1,8 @@ -## Process this file with automake to produce Makefile.in -## Created by Anjuta - will be overwritten -## If you don't want it to overwrite it, -## Please disable it in the Anjuta project configuration - -roadster_pixmapsdir = $(prefix)/@NO_PREFIX_PACKAGE_PIXMAPS_DIR@ +roadster_pixmapsdir = $(datadir)/pixmaps roadster_pixmaps_DATA = \ roadster-icon.png EXTRA_DIST = $(roadster_pixmaps_DATA) + |