]> git.datanom.net - enfusegtk.git/commitdiff
skeleton
authorMichael Rasmussen <mir@datanom.net>
Mon, 9 Oct 2023 18:35:34 +0000 (20:35 +0200)
committerMichael Rasmussen <mir@datanom.net>
Mon, 9 Oct 2023 18:35:34 +0000 (20:35 +0200)
src/Makefile.am [new file with mode: 0644]
src/main.c [new file with mode: 0644]

diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644 (file)
index 0000000..9a60e7d
--- /dev/null
@@ -0,0 +1,17 @@
+AUTOMAKE_OPTIONS = gnu
+
+AM_CPPFLAGS = \
+          -I${top_srcdir} \
+          -I${top_builddir} \
+          @GLIB_CFLAGS@ \
+          @GTK_CFLAGS@ 
+
+bin_PROGRAMS = enfusegtk
+
+enfusegtk_SOURCES = \
+                 main.c 
+
+enfusegtk_LDADD = \
+               @GLIB_LIBS@ \
+               @GTK_LIBS@ \
+               @JSON_LIBS@
diff --git a/src/main.c b/src/main.c
new file mode 100644 (file)
index 0000000..e69de29
This page took 0.030077 seconds and 5 git commands to generate.