2007-05-01 05:34:34 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2008-08-27 15:39:05 +02:00
|
|
|
noinst_LTLIBRARIES = libndev.la
|
2007-05-01 05:34:34 +02:00
|
|
|
|
2010-09-17 18:11:25 +02:00
|
|
|
libndev_la_SOURCES = \
|
2007-05-01 05:34:34 +02:00
|
|
|
ndev.c \
|
|
|
|
|
ndevacld.c \
|
|
|
|
|
ndevaccept.c \
|
|
|
|
|
ndevask.c \
|
|
|
|
|
ndevdefs.h \
|
|
|
|
|
ndevdel.c \
|
|
|
|
|
ndevdest.c \
|
|
|
|
|
ndevdump.c \
|
|
|
|
|
ndevext.h \
|
|
|
|
|
ndevinit.c \
|
|
|
|
|
ndevinit.h \
|
|
|
|
|
ndevitf.h \
|
|
|
|
|
ndevload.c \
|
|
|
|
|
ndevmdel.c \
|
|
|
|
|
ndevmpar.c \
|
|
|
|
|
ndevparm.c \
|
|
|
|
|
ndevpzld.c \
|
|
|
|
|
ndevset.c \
|
|
|
|
|
ndevtemp.c \
|
2010-09-17 18:11:25 +02:00
|
|
|
ndevtrun.c
|
2007-05-01 05:34:34 +02:00
|
|
|
|
|
|
|
|
|
2008-08-24 19:12:50 +02:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
2007-05-01 05:34:34 +02:00
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|