File: Makefile.am

package info (click to toggle)
prelude-manager 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 8,896 kB
  • sloc: ansic: 47,118; sh: 12,740; makefile: 261
file content (9 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
AM_CPPFLAGS=-I$(top_srcdir)/src/include -I$(top_srcdir)/libmissing @LIBPRELUDE_CFLAGS@ @LIBMAXMINDDB_CFLAGS@
AM_CFLAGS = @GLOBAL_CFLAGS@ @LIBMAXMINDDB_LIBS@

normalize_la_SOURCES = normalize.c
normalize_la_LDFLAGS = -module -avoid-version
normalizedir = $(libdir)/prelude-manager/decodes
normalize_LTLIBRARIES = normalize.la

-include $(top_srcdir)/git.mk