You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
436 B
13 lines
436 B
AM_CPPFLAGS= -I$(srcdir) $(all_includes)
|
|
|
|
KDE_CXXFLAGS = $(ENABLE_PERMISSIVE_FLAG)
|
|
|
|
METASOURCES = AUTO
|
|
libk9vamps_la_LDFLAGS = $(all_libraries)
|
|
noinst_LTLIBRARIES = libk9vamps.la
|
|
libk9vamps_la_SOURCES = cputest.cpp getvlc.h k9fifo.cpp k9requant.cpp \
|
|
k9vamps.cpp k9vamps.h putvlc.h qTable.h tcmemcpy.cpp
|
|
INCLUDES = -I/usr/include/dvdread -I$(top_srcdir)/k9vamps \
|
|
-I$(top_srcdir)/libk9copy
|
|
noinst_HEADERS = k9requant.h ac.h k9fifo.h
|