Initial commit
[libnbds.git] / src / Makefile.am
blob2174682f162de0151062f4f087b6660fcb24fe76
1 # libnbds
3 # Copyright (C) 2013 PaweÅ‚ Dziepak
5 AUTOMAKE_OPTIONS = 1.4 foreign
7 CFLAGS += -Wall -Wextra -Werror -pedantic --std=gnu99
8 LDFLAGS += $(LIBS)
10 LIBRARY_VERSION=1:0:0
12 lib_LTLIBRARIES = libnbds.la
14 libnbds_la_SOURCES =
16 pkginclude_HEADERS =
18 libnbds_la_LDFLAGS = -version-info $(LIBRARY_VERSION)
19 libnbds_la_CFLAGS =