summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-20 11:29:18 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-20 11:29:18 +0000
commit59472ef68fdef3f7e8858a81a46e28c127119c58 (patch)
tree75b5f5e658fa1b05487463f0449440524ed76256 /src/Makefile.am
parent41cf359468d6379bc0e033bee9ac148d1b9255dd (diff)
downloadmana-client-59472ef68fdef3f7e8858a81a46e28c127119c58.tar.gz
mana-client-59472ef68fdef3f7e8858a81a46e28c127119c58.tar.bz2
mana-client-59472ef68fdef3f7e8858a81a46e28c127119c58.tar.xz
mana-client-59472ef68fdef3f7e8858a81a46e28c127119c58.zip
Added a layout handler for automatically positioning widgets in a window. Fixed layout of login dialog box when native language is not English.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e0a5a41b..6e6cdfa4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,6 +3,8 @@ AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS = tmw
tmw_SOURCES = gui/widgets/dropdown.cpp \
gui/widgets/dropdown.h \
+ gui/widgets/layout.cpp \
+ gui/widgets/layout.h \
gui/widgets/resizegrip.cpp \
gui/widgets/resizegrip.h \
gui/box.h \