Jean-Marc Valin | 6359089 | 2007-11-29 17:01:16 +1100 | [diff] [blame] | 1 | ## Process this file with automake to produce Makefile.in. -*-Makefile-*- |
| 2 | |
| 3 | # To disable automatic dependency tracking if using other tools than |
| 4 | # gcc and gmake, add the option 'no-dependencies' |
| 5 | AUTOMAKE_OPTIONS = 1.6 |
| 6 | |
| 7 | #Fools KDevelop into including all files |
Jean-Marc Valin | bc5cedf | 2007-12-06 15:18:25 +1100 | [diff] [blame] | 8 | SUBDIRS = libentcode libcelt |
Jean-Marc Valin | 6359089 | 2007-11-29 17:01:16 +1100 | [diff] [blame] | 9 | |
| 10 | rpm: dist |
| 11 | rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz |