mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-11-23 22:00:11 +00:00
17 lines
395 B
Makefile
17 lines
395 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
## Created by Anjuta - will be overwritten
|
|
## If you don't want it to overwrite it,
|
|
## Please disable it in the Anjuta project configuration
|
|
|
|
renderer_includedir = $(pkgincludedir)
|
|
|
|
renderer_include_DATA = \
|
|
cService.h\
|
|
cRenderingControl.h\
|
|
cRenderer.h\
|
|
cConnectionManager.h\
|
|
cAVTransport.h
|
|
|
|
EXTRA_DIST = $(renderer_include_DATA)
|