aboutsummaryrefslogtreecommitdiff
path: root/src/ui/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/Makefile.am')
-rw-r--r--src/ui/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
deleted file mode 100644
index d998424..0000000
--- a/src/ui/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
1# This Makefile.am is in the public domain
2
3lib_LIBRARIES = libui.a
4
5libui_a_SOURCES = \
6 account_create_dialog.c account_create_dialog.h \
7 accounts.c accounts.h \
8 chat.h \
9 chat_open_dialog.c chat_open_dialog.h \
10 chats.c chats.h \
11 list_input.h \
12 lobby_create_dialog.c lobby_create_dialog.h \
13 lobby_enter_dialog.c lobby_enter_dialog.h \
14 members.c members.h \
15 messages.c messages.h \
16 text_input.h
17