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

35 lines
632 B
Makefile

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
AM_CPPFLAGS = \
-D_GUI_DIR=\"$(vn_guidir)\" \
-D_IMAGE_DIR=\"$(vn_imagedir)\" \
-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