File: Makefile.am

package info (click to toggle)
libgda5 5.2.10-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76,168 kB
  • sloc: ansic: 495,319; xml: 10,486; yacc: 5,165; sh: 4,451; makefile: 4,095; php: 1,416; java: 1,300; javascript: 1,298; python: 896; sql: 879; perl: 116
file content (21 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
noinst_LTLIBRARIES = libgda-ui-internal.la

AM_CPPFLAGS = \
	-I$(top_builddir) \
	-I$(top_srcdir) \
	-I$(top_srcdir)/libgda \
	$(COREDEPS_CFLAGS) \
	$(COREDEPS_WFLAGS) \
	$(GTK_CFLAGS)

libgda_ui_internal_la_SOURCES = \
	gdaui-dsn-selector.c \
	gdaui-dsn-selector.h \
	gdaui-provider-auth-editor.c \
	gdaui-provider-auth-editor.h \
	gdaui-provider-spec-editor.c \
	gdaui-provider-spec-editor.h \
	popup-container.h \
	popup-container.c \
	utility.h \
	utility.c