diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-08-10 05:15:33 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-10 05:15:33 +0000 |
commit | 4c0ec536c6959d1348b7e67ce5cae94b4e823eb1 (patch) | |
tree | 9ec35bdcbd0402b43f0e647dee3199f4ed18d05c /gdk/Makefile.am | |
parent | 2c3388b72f61e0d1528e0e9ffd9550d3be022e10 (diff) | |
download | gdk-pixbuf-4c0ec536c6959d1348b7e67ce5cae94b4e823eb1.tar.gz |
Add gdkalias.h to BUILT_SOURCES.
2004-08-10 Matthias Clasen <mclasen@redhat.com>
* gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 36919d8cb..3b23daf37 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for gtk+/gdk -SUBDIRS = $(gdktarget) +SUBDIRS = . $(gdktarget) DIST_SUBDIRS = linux-fb win32 x11 EXTRA_DIST = \ @@ -214,6 +214,7 @@ endif #note: not gdkconfig.h BUILT_SOURCES = \ + gdkalias.h \ gdkenumtypes.h \ gdkenumtypes.c \ gdkmarshalers.h \ |