On Wed, Feb 19, 2014 at 5:04 PM, Thierry Reding <thierry.reding@xxxxxxxxx> 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. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel