diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-11-05 18:41:34 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-11-05 18:41:34 +0000 |
commit | dd96213cdf64c5481c8d07dbd39ce1247f42d04e (patch) | |
tree | 453c4aa1dcb9fb1ee1852fdba106f697d16af17f /src/Makefile.am | |
parent | f1b06fb279c460691a88c8143084390e435d6bf9 (diff) | |
download | mana-dd96213cdf64c5481c8d07dbd39ce1247f42d04e.tar.gz mana-dd96213cdf64c5481c8d07dbd39ce1247f42d04e.tar.bz2 mana-dd96213cdf64c5481c8d07dbd39ce1247f42d04e.tar.xz mana-dd96213cdf64c5481c8d07dbd39ce1247f42d04e.zip |
Merged the definition of ImageRect into graphics.h.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5c8d77a0..09348700 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,7 @@ AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = tmw -tmw_SOURCES = graphic/imagerect.h \ - gui/widgets/dropdown.cpp \ +tmw_SOURCES = gui/widgets/dropdown.cpp \ gui/widgets/dropdown.h \ gui/browserbox.cpp \ gui/browserbox.h \ |