diff options
author | scott <scott> | 1997-12-26 16:13:29 +0000 |
---|---|---|
committer | scott <scott> | 1997-12-26 16:13:29 +0000 |
commit | 4c23b890c4792bb4cc53f7f8535da041b505e71a (patch) | |
tree | 8201347f10c0b9ccd2134e005c972ade61d5ed17 /gtk/Makefile.am | |
parent | 7c21169e722ef7ad091fd107e7f39b314b4782bd (diff) | |
download | gtk+-4c23b890c4792bb4cc53f7f8535da041b505e71a.tar.gz |
Added gtkhandlebox.c to Makefile.am.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 847e0d1666..5b1018b6fa 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -29,7 +29,7 @@ libgtk_la_SOURCES = \ gtkframe.c \ gtkgamma.c \ gtkgc.c \ - gtkhandlebox.c \ + gtkhandlebox.c \ gtkhbbox.c \ gtkhbox.c \ gtkhpaned.c \ |