File: Makefile.am

package info (click to toggle)
unagi 0.3.4-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, trixie
  • size: 1,932 kB
  • ctags: 534
  • sloc: sh: 11,119; ansic: 3,731; makefile: 74
file content (12 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
unagi_includedir = $(includedir)/unagi
unagi_include_HEADERS = structs.h 	\
		display.h 		\
		event.h 		\
		window.h 		\
		key.h	 		\
		util.h 			\
		plugin.h		\
		plugin_common.h		\
		rendering.h		\
		atoms.h			\
		system.h