File: Makefile.am

package info (click to toggle)
umview 0.8.2-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 5,472 kB
  • sloc: ansic: 67,309; sh: 11,160; ruby: 914; makefile: 424; python: 141
file content (6 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
include $(top_srcdir)/modules-common.mk

mod_LTLIBRARIES = umpyew.la

umpyew_la_CFLAGS = $(PYTHON_CFLAGS) -Wall
umpyew_la_LIBADD = $(PYTHON_LIBS)