On Wed, Feb 19, 2014 at 09:13:31PM +0100, Erik Faye-Lund wrote: > On Wed, Feb 19, 2014 at 5:04 PM, Thierry Reding > <thierry.reding at gmail.com> wrote: > > diff --git a/tegra/Makefile.am b/tegra/Makefile.am > > new file mode 100644 > > index 000000000000..1b83145b120d > > --- /dev/null > > +++ b/tegra/Makefile.am > > @@ -0,0 +1,20 @@ > > +AM_CPPFLAGS = \ > > + -I$(top_srcdir) \ > > + -I$(top_srcdir)/include/drm > > + > > +AM_CFLAGS = \ > > + $(VISIBILITY_CFLAGS) > > + > > +libdrm_tegra_ladir = $(libdir) > > +libdrm_tegra_la_LTLIBRARIES = libdrm_tegra.la > > +libdrm_tegra_la_LDFLAGS = -version-number 0:0:0 -no-undefined > > +libdrm_tegra_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ > > + > > +libdrm_tegra_la_SOURCES = \ > > + tegra.c > > + > > +libdrm_tegraincludedir = ${includedir}/libdrm > > +libdrm_tegrainclude_HEADERS = tegra.h > > + > > +pkgconfigdir = @pkgconfigdir@ > > +pkgconfig_DATA = libdrm_tegra.pc > > You should probably also add libdrm_tegra.pc to .gitignore also.
Done. Thanks, Thierry -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140219/78d8e9d2/attachment.pgp>