diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-20 22:06:27 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-20 22:06:27 +0000 |
commit | 58a1af804c9f1a1dac9737b3e41f771555f06673 (patch) | |
tree | 6dcd10a2b006a7be8a815bd4530318cdd6880c83 /gdk-pixbuf/Makefile.am | |
parent | f824cb5a43b7f128d9a6f7a845f7aeba75a6f47e (diff) | |
download | gtk+-58a1af804c9f1a1dac9737b3e41f771555f06673.tar.gz |
2.7.0GTK_2_7_0
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r-- | gdk-pixbuf/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 1d29d63aef..b2e5334514 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -348,7 +348,8 @@ libgdk_pixbufinclude_HEADERS = \ noinst_HEADERS = \ gdk-pixbuf-alias.h \ - gdk-pixbuf-private.h + gdk-pixbuf-private.h \ + xpm-color-table.h BUILT_SOURCES = \ gdk-pixbuf-alias.h \ @@ -360,6 +361,7 @@ BUILT_SOURCES = \ CLEANFILES = MAINTAINERCLEANFILES = \ + gdk-pixbuf-aliasdef.c \ gdk-pixbuf-enum-types.h \ gdk-pixbuf-enum-types.c \ gdk-pixbuf-marshal.h \ @@ -453,7 +455,8 @@ EXTRA_DIST = \ pixbufloader_tiff.def \ pixbufloader_wbmp.def \ pixbufloader_xbm.def \ - pixbufloader_tga.def + pixbufloader_tga.def \ + gen-color-table.pl if CROSS_COMPILING RUN_QUERY_LOADER_TEST=false |