Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/Makefile.am')
-rw-r--r--src/ui/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index 5d14589..5c7815b 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -7,8 +7,8 @@ else
noinst_LTLIBRARIES = libui.la
endif
-noinst_HEADERS = bitmap.h button.h font.h label.h menu.h paint.h \
- palette.h ui.h widget.h window.h
+noinst_HEADERS = bitmap.h button.h definitions.h font.h label.h \
+ menu.h paint.h palette.h ui.h widget.h window.h
libui_la_SOURCES = bitmap.cc button.cc font.cc label.cc menu.cc paint.cc \
palette.cc ui.cc widget.cc window.cc