mirror of https://github.com/GNOME/gimp.git
28 lines
411 B
Makefile
28 lines
411 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = \
|
|
libgimpbase \
|
|
libgimpcolor \
|
|
libgimpmath \
|
|
libgimpmodule \
|
|
libgimpthumb \
|
|
libgimpwidgets \
|
|
libgimp
|
|
|
|
EXTRA_DIST = \
|
|
ChangeLog \
|
|
README \
|
|
README.gtkdoc \
|
|
app \
|
|
debug-plug-ins.txt \
|
|
gbr.txt \
|
|
ggr.txt \
|
|
gih.txt \
|
|
gpb.txt \
|
|
includes.txt \
|
|
parasites.txt \
|
|
pat.txt \
|
|
structure.xml \
|
|
undo.txt \
|
|
xcf.txt
|