X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.am;h=23e8539783110ea6f5cdc45016c5b0ab7490b02b;hb=7eef6ff26bc0d881b0d8900c3b0c32ac2063594f;hp=9232eafd1ffe11a4e31ce3a41ba2b282c0c38896;hpb=40c2cdcf3ccbe130ca075dfaa150439ded4976ef;p=ptouch-print diff --git a/Makefile.am b/Makefile.am index 9232eaf..23e8539 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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