diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-09-09 02:42:40 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-09-09 02:42:40 +0000 |
commit | 3c49e45cf7490165308e176b2107a1956822d08a (patch) | |
tree | ff3ff8fff5c54ade93ba596652aaba77189dfb1e /gtk/Makefile.am | |
parent | 28009b86d2e89c31e5457702df9af1a513588c2a (diff) | |
download | wireshark-3c49e45cf7490165308e176b2107a1956822d08a.tar.gz wireshark-3c49e45cf7490165308e176b2107a1956822d08a.tar.bz2 wireshark-3c49e45cf7490165308e176b2107a1956822d08a.zip |
More shuffling of GTK-related files to gtk subdirectory.
svn path=/trunk/; revision=635
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 50241b3c5a..0db778dea6 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -12,8 +12,12 @@ libui_a_SOURCES = \ gtkdnd.h \ gtkmain.h \ keys.h \ + main.c \ + main.h \ menu.c \ menu.h \ print_dlg.c \ print_prefs.c \ - print_prefs.h + print_prefs.h \ + proto_draw.c \ + proto_draw.h |