diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-08-31 05:52:08 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-08-31 05:52:08 +0000 |
commit | bf20c06bea39ce927229d91c43895f3d98d6c1b9 (patch) | |
tree | 455b1ea11d5a651f3a8da331fbaacdfe3b1eabf7 /gtk/Makefile.am | |
parent | 2f1f2b08edf6f88be53183d805d3dc3b78dfc165 (diff) | |
download | wireshark-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.am | 5 |
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 |