Navigation Menu

Skip to content

Commit

Permalink
add Makefile for models/ subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
375gnu committed Mar 12, 2018
1 parent 40d2204 commit abe1b03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models/Makefile.am
@@ -0,0 +1,5 @@
pkgdatadir = @datadir@/@PACKAGE@/models

pkgdata_DATA = $(wildcard *.cmod) $(wildcard *.png)

EXTRA_DIST = $(pkgdata_DATA)

0 comments on commit abe1b03

Please sign in to comment.