mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-12-18 22:05:41 +01:00
removed (nonfunctional) ptouch-gtk
This commit is contained in:
parent
4d6e33b603
commit
e5d4423045
4 changed files with 3 additions and 170 deletions
|
|
@ -1,12 +1,10 @@
|
|||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
AM_CPPFLAGS= -DLOCALEDIR='"$(localedir)"'
|
||||
AM_CFLAGS=-g -std=c11 -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue