]> arthur.barton.de Git - netatalk.git/blob - libatalk/tdb/Makefile.am
remove most sparse warning 'symbol 'xxx' was not declared. Should it be static?'
[netatalk.git] / libatalk / tdb / Makefile.am
1 # Makefile.am for libatalk/tdb/
2
3 AM_CFLAGS = @CFLAGS@ 
4
5 noinst_LTLIBRARIES = libtdb.la
6
7 libtdb_la_SOURCES = tdb.c \
8                     spinlock.c \
9                     spinlock.h
10