summaryrefslogtreecommitdiff
path: root/cfb24/Makefile.am
blob: 9c8ec7c312f77abfe48d46ead469faa8f232d4cb (plain)
1
2
3
4
5
6
7
8
9
10
11
noinst_LTLIBRARIES = libcfb24.la

include $(top_srcdir)/cfb/Makefile.am.inc

libcfb24_la_SOURCES = $(libcfb_common_sources) $(libcfb_gen_sources)

EXTRA_DIST = cfbrrop24.h
	
AM_CFLAGS = -DPSZ=24

INCLUDES = $(CFB_INCLUDES)