]> git.sur5r.net Git - ptouch-print/blobdiff - Makefile.am
cleanup unneeded stuff
[ptouch-print] / Makefile.am
index 9232eafd1ffe11a4e31ce3a41ba2b282c0c38896..23e8539783110ea6f5cdc45016c5b0ab7490b02b 100644 (file)
@@ -1,12 +1,10 @@
 AUTOMAKE_OPTIONS = subdir-objects
 AM_CPPFLAGS= -DLOCALEDIR='"$(localedir)"'
-AM_CFLAGS=-g -Wall -O3 -I$(top_srcdir)/include `pkg-config --cflags gtk+-3.0`
+AM_CFLAGS=-g -std=c11 -Wall -O3 -I$(top_srcdir)/include
 SUBDIRS = po
 ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = config.rpath m4/ChangeLog Makefile.old data/ptouch.ui
-bin_PROGRAMS=ptouch-print ptouch-gtk
+EXTRA_DIST = config.rpath m4/ChangeLog Makefile.old
+bin_PROGRAMS=ptouch-print
 noinst_HEADERS=include/ptouch.h include/gettext.h
 ptouch_print_SOURCES=src/ptouch-print.c src/libptouch.c include/ptouch.h include/gettext.h
 ptouch_print_LDFLAGS=-lusb-1.0 -lgd
-ptouch_gtk_SOURCES=src/ptouch-gtk.c src/libptouch.c include/ptouch.h include/gettext.h
-ptouch_gtk_LDFLAGS=-lusb-1.0 -lgd `pkg-config --libs gtk+-3.0` -rdynamic