aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-31 05:52:08 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-31 05:52:08 +0000
commitbf20c06bea39ce927229d91c43895f3d98d6c1b9 (patch)
tree455b1ea11d5a651f3a8da331fbaacdfe3b1eabf7 /gtk/Makefile.am
parent2f1f2b08edf6f88be53183d805d3dc3b78dfc165 (diff)
downloadwireshark-bf20c06bea39ce927229d91c43895f3d98d6c1b9.tar.gz
wireshark-bf20c06bea39ce927229d91c43895f3d98d6c1b9.tar.bz2
wireshark-bf20c06bea39ce927229d91c43895f3d98d6c1b9.zip
Changed gtk subdirectory to use only Makefile.am, and not have a configure
script. The configuration is faster this way. Also, moved version to 0.7.3. svn path=/trunk/; revision=614
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 2970b8c976..3915a73d81 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -5,5 +5,8 @@ CLEANFILES = \
*~
libui_a_SOURCES = \
+ gtkbindings.h \
gtkclist.c \
- gtkclist.h
+ gtkclist.h \
+ gtkdnd.h \
+ gtkmain.h