]> git.karo-electronics.de Git - oswald.git/blob - ui/Makefile.am
Starting to get rid of borrowed code (LcdDisplay, Fonts), integrate
[oswald.git] / ui / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 bin_PROGRAMS = oswald-gui
4
5 oswald_gui_SOURCES = oswald-ui.c oswald_main.c \
6         oswald_watch_faces.c oswald_strings.c oswald_screens.c \
7         embedvm.c oswald_graphics.c calendar.c oswald_fonts.c
8
9 oswald_gui_CFLAGS = -g $(GTK_CFLAGS)
10 oswald_gui_LDADD = $(GTK_LIBS)
11
12 EXTRA_DIST = config.rpath m4/ChangeLog  \
13         AUTHORS                 \
14         COPYING                 \
15         README.txt