aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2010-10-22 12:57:06 +0200
committerGravatar Tom Willemsen2010-10-22 12:57:06 +0200
commit0c774c7faccb294a418c3b71ecb63d8914a66761 (patch)
treeac4da95152e697367d710fb2508a95e4180d99d9 /src
parentbf85ca85987b40f0395f698a2e849195a1372faf (diff)
downloadeye-on-manga-0c774c7faccb294a418c3b71ecb63d8914a66761.tar.gz
eye-on-manga-0c774c7faccb294a418c3b71ecb63d8914a66761.zip
First try
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am13
-rw-r--r--src/Makefile.orig (renamed from src/Makefile)0
2 files changed, 13 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..afdd933
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,13 @@
+bin_PROGRAMS = eye-on-manga
+
+eye-on-manga_LDADD = $(HILDON_LIBS)
+
+eye-on-manga_CFLAGS = $(HILDON_CFLAGS)
+
+eye-on-manga_SOURCES = \
+ data.c data.h \
+ eom.c eom.h \
+ eom-edit-window.c eom-edit-window.h \
+ eom-main-window.c eom-main-window.h \
+ eom-new-item-dialog.c eom-new-item-dialog.h \
+ interface.c interface.h
diff --git a/src/Makefile b/src/Makefile.orig
index 8b0c154..8b0c154 100644
--- a/src/Makefile
+++ b/src/Makefile.orig