2006-06-20 Sven Neumann <sven@gimp.org> * themes/Default/Makefile.am * themes/Default/imagerc: removed imagerc, it was outdated anyway. * themes/Default/images/Makefile.am: don't install the icons that are compiled in.
9 lines
178 B
Makefile
9 lines
178 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = images
|
|
|
|
themedatadir = $(gimpdatadir)/themes/Default
|
|
|
|
themedata_DATA = gtkrc
|
|
|
|
EXTRA_DIST = $(themedata_DATA)
|