summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 98258eca607def72f3066719464d227a9a55d9fa (plain)
1
2
3
4
5
6
7
8
9
10
lib_LTLIBRARIES = libproductviewer.la
libproductviewer_la_SOURCES = viewer.c converter.c
if APPLE
libproductviewer_la_CPPFLAGS = -I${prefix}/System/Library/Frameworks/OpenGLES.framework/Headers
else
libproductviewer_la_CPPFLAGS = -I${includedir}
endif
include_HEADERS = productviewer.h
pkgdata_DATA = productviewer/product.vert \
	       productviewer/product.frag