mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 23:15:30 +01:00
10 lines
157 B
Makefile
10 lines
157 B
Makefile
AUTOMAKE_OPTIONS=dist-bzip2
|
|
|
|
SUBDIRS = gtkcairo tests
|
|
|
|
EXTRA_DIST = gtkcairo.pc.in COPYING
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = gtkcairo.pc
|
|
|