File: Makefile.am

package info (click to toggle)
libglademm2.4 2.6.7-6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,744 kB
  • sloc: sh: 9,112; cpp: 704; makefile: 199; perl: 108; xml: 71
file content (10 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
include $(top_srcdir)/examples/Makefile.am_fragment

#Build the executable, but don't install it.
noinst_PROGRAMS = basic
basic_SOURCES = basic.cc

#basic.glade is read at runtime, and edited by glade-2.
#It seems that basic.gladep must exist also, when editing basic.glade,
#so that glade-2 knows that it should not add libgnomeui widgets instead of GTK+ widgets.
EXTRA_DIST = basic.glade basic.gladep