This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
hedera/vn/field/Makefile.am

34 lines
601 B
Makefile
Raw Normal View History

2013-10-11 23:07:35 +00:00
include $(top_srcdir)/Makefile.decl
field_lib_LTLIBRARIES = libvnfield.la
field_include_HEADERS = \
field.h \
vn-calendar.h \
vn-check.h \
vn-combo.h \
vn-spin.h \
vn-entry.h \
vn-image.h \
vn-completion.h \
vn-date-chooser.h \
vn-http-image.h \
vn-label.h
2013-10-11 23:07:35 +00:00
AM_CPPFLAGS = \
2013-10-14 12:08:06 +00:00
-D_IMAGE_DIR=\"$(vn_imagedir)\" \
2013-10-11 23:07:35 +00:00
-I$(top_srcdir) \
$(gtk_CFLAGS)
libvnfield_la_LIBADD = $(gtk_LIBS)
libvnfield_la_SOURCES = \
$(field_include_HEADERS) \
vn-calendar.c \
vn-check.c \
vn-combo.c \
vn-spin.c \
vn-entry.c \
vn-image.c \
vn-completion.c \
vn-date-chooser.c \
vn-http-image.c \
vn-label.c