]> icculus.org git repositories - btb/d2x.git/blob - ui/Makefile.am
no error message if changing directory fails (PhysicsFS uses search paths, not a...
[btb/d2x.git] / ui / Makefile.am
1 noinst_LIBRARIES = libui.a\r
2 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/arch/include\r
3 \r
4 libui_a_SOURCES = \\r
5 barbox.c    button.c    checkbox.c  file.c      gadget.c    \\r
6 icon.c      inputbox.c  keypad.c    keypress.c  keytrap.c   \\r
7 listbox.c   menu.c      menubar.c   message.c   mouse.c     \\r
8 number.c    popup.c     radio.c     scroll.c    ui.c        \\r
9 uidraw.c    userbox.c   window.c\r
10 \r
11 EXTRA_DIST = \\r
12 func.c     func.h      harderr.c   medfunc.c\r