[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
qonk 0.3.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 2,100 kB
  • ctags: 2,027
  • sloc: cpp: 14,978; sh: 3,464; makefile: 201
file content (16 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CPPFLAGS=-DPKG_DATA_DIR="\"$(pkgdatadir)/\""

INCLUDES = -I$(top_srcdir)/guichan

noinst_LIBRARIES = libui.a

libui_a_SOURCES = \
	menuaction.h \
	menuaction.cpp \
	menu.h \
	menu.cpp \
	menuentry.h \
	menuentry.cpp \
	menusystem.h \
	menusystem.cpp