]> git.sur5r.net Git - ptouch-print/blob - Makefile.am
cleanup unneeded stuff
[ptouch-print] / Makefile.am
1 AUTOMAKE_OPTIONS = subdir-objects
2 AM_CPPFLAGS= -DLOCALEDIR='"$(localedir)"'
3 AM_CFLAGS=-g -std=c11 -Wall -O3 -I$(top_srcdir)/include
4 SUBDIRS = po
5 ACLOCAL_AMFLAGS = -I m4
6 EXTRA_DIST = config.rpath m4/ChangeLog Makefile.old
7 bin_PROGRAMS=ptouch-print
8 noinst_HEADERS=include/ptouch.h include/gettext.h
9 ptouch_print_SOURCES=src/ptouch-print.c src/libptouch.c include/ptouch.h include/gettext.h
10 ptouch_print_LDFLAGS=-lusb-1.0 -lgd